Skip to main content
Version: 5.2.0.1

Group "OAuth2 Authentication"

ParameterDescription
oauth.additionalParameterAdditional request parameters for the access token request. Format: Key=Value,Key=Value,...
oauth.anonymous.modetrue: Any user authenticated against an Identity Provider can work with Orchestra.
oauth.authorizationEndpointRedirect URL to the Identity Provider login page (used only for Authorization Code grant type).
oauth.clientIdClient ID of this Orchestra instance.
oauth.clientSecretClient Secret of this Orchestra instance.
oauth.grantTypeGrant Type for OAuth authentication.
oauth.jwtKeyAlgorithmAlgorithm used for the Identity Provider key (certificate).
oauth.keyIdentity Provider key (certificate).
oauth.logoutEndpointURL to log out from the Identity Provider.
oauth.scopeScope used to obtain additional user information from the Identity Provider.
oauth.timeoutDuration Orchestra will attempt to obtain a token from the Identity Provider.
oauth.tokenEndpointURL of the Identity Provider’s token endpoint.